﻿
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
input,textarea {border: 2 none; box-shadow: none; outline: none;}
/* 设置默认字体 */
body,button, input, select, textarea { font-family:"Microsoft Yahei" ;color: #262626;font-size: 15px;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}
/* 重置文本格式元素 */
a {text-decoration: none; color: #262626;  word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color: #eb3d00;}
/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-align:justify;text-justify:inter-ideograph;}
/* 浏览器滚动轴修改 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0;}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1)}
::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)}
::-webkit-scrollbar-thumb:hover{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4)}
input,textarea{-webkit-user-select:text}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}
/*清除浮动*/

.clearfix:before,.clearfix:after{content: '';display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

/* -- 页面整体布局 -- */
.content{ width:1280px; margin:0 auto;  }
.header ,.footer { width:100%; margin:0 auto;  }
.auto{margin: 0 auto}
/*分页样式*/
.pglist{padding: 25px 0;float:left;width:100%;line-height: 34px;text-align: center; }
.pglist a {color: #333333;padding: 0 10px;margin:0 5px;font-/weight: bold;background: #fff;border: 1px solid #dcdcdc;font-size: 14px;}
.pglist *{display:inline-block;_zoom:1;_display:inline;vertical-align:middle;line-height: 28px;height: 28px;padding-bottom:1px;border-radius: 2px;-webkit-border-radius: 2px;}
.pglist .hover {display:inline-block;color: #fff;background: #094a98;}
.pglist a:hover {display:inline-block;color: #fff;background: #094a98;}
.pglist .curpage{display:inline-block;color: #fff;background: #094a98;}
/*顶部*/

.promise_top{background:#094a98;line-height: 35px;color: #fff;font-size:14px;color: #d6e9ff}
.promise_top a{color: #d6e9ff;font-size:14px;position: relative;padding: 0 20px}
.promise_top a:after{content: '';height: 35px;width: 1px;background: #3268a7;position: absolute;right: 0}
.promise_top a:last-child:after{display: none}
.promise_top a:last-child{padding-right: 0}
.promise_head{ margin: 0 auto; position: relative; z-index: 5;  height: 135px;}
.promise_head .logo{ margin: 25px 0 0}
.promise_head .mid{margin: 45px 0 0 10px;box-sizing: border-box;font-size: 15px;font-family: 'Arial';color: #333;letter-spacing: 0.5px;font-weight: bold;}
.promise_head .mid strong{font-size: 23px;display: block;letter-spacing: 0;color: #333;}

.promise_head .right{position: relative;}
.promise_head .right .pho{font-size: 16px;font-weight: bold;text-align: right;margin: 25px auto 9px} 
.promise_head .right .pho em{background: url(../images/icons/icon_01.png) no-repeat  0 7px;width: 25px;height: 30px;display: inline-block;margin-right: 5px} 
.promise_head .right .pho span{display: inline-block;margin-top: -5px;position: relative;top: -5px}
.promise_head .right .pho strong{color: #eb3d00;font-size: 30px;font-style:normal;font-family: 'Impact';letter-spacing: 1px}

.nav {white-space: nowrap;}
.nav li {float: left;position:relative;}
.nav li h3{font-weight: normal;}
.nav li a {color: #333;display: inline-block;line-height: 65px;position: relative;font-size: 16px;padding: 0 30px;text-align: center;}
.nav li a:before {}
.nav li a:after {position: absolute;content: "/";right: 0;bottom: 0;color: #999999 }
.nav li:last-child a:after{display: none}
.nav li.on a,.nav li a:hover {text-decoration: none;z-index: 1;color: #eb3d00;}
.nav li.on a:before,.nav li a:hover:before {position: absolute;content: "";left: 50%;bottom: 0;-webkit-transition: width .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);-webkit-transition: width .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);width: 0;height: 0;border: 6px solid;border-color: transparent transparent #eb3d00;transform: translateX(-50%);}
.nav li a:-webkit-any-link {display: block;}

.nav .sub{ display:none;width:100%;  position:absolute;  top:65px;  background:#fff;  float:left;border: 1px solid #efefef;box-sizing: border-box;border-top: none;z-index: 9999}
.nav .sub .lis{display: flex;flex-wrap: wrap;justify-content: space-around; padding:10px;box-sizing: border-box;}
.nav .sub dl{ display:inline-block;  zoom:1; vertical-align:top;  line-height:26px;width: 150px;text-align: center; }
.nav .sub dl a{line-height: 50px;text-align: center;background: none;color: #333;width: 100%;font-size: 15px;text-transform: uppercase;padding: 0 ;border-bottom: 1px solid #efefef}
.nav .sub dl a:after{content: '';width: 0}
.nav .sub dl a:hover{background: none;color: #eb3d00}
.nav .sub dl a:before {display: none}
.nav #m2 .sub{ z-index:1; width:932px; right: 0 }

/*导航跟随*/
#mainMenuBar {position: absolute;z-index: 9999}

/*banner*/
.slideBox{position:relative;display:block;width:100%;height:630px;overflow:hidden; z-index: 1;}
.slideBox .bd img{display:block;margin:0 auto;height:630px;}
.slideBox .prev{display:none;position:absolute;padding:0;left: 50%;margin-left: -595px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: 0 0;}
.slideBox .next{display:none;position:absolute;padding:0;right: 50%;margin-right: -595px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: right center;}
.slideBox .hd{position:relative;top: -10px;z-index:1;}
.slideBox .hd ul{text-align:center;margin-top: -25px;}
.slideBox .hd ul li{width:40px;height: 8px;display:inline-block;margin: 0 3px;cursor:pointer;background: #fff; border-radius: 8px;}
.slideBox .hd ul li.on{background: #eb3d00;}


/*内页benner*/
.mbanner{ background-repeat: no-repeat ; background-position: center;height: 320px;position: relative;}
.mbanner .ti{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);text-align: center;text-transform: uppercase}
.mbanner .ti h3{font-size: 34px;color: #fff;line-height: 2}
.mbanner .ti p{font-size: 16px;color: #fff}

/*公用TITLE*/
.promise_tit{position: relative;text-align: left;margin: 20px auto;background: url(../images/icons/icon_02.png) no-repeat left;height: 85px;box-sizing: border-box;padding-left: 50px;padding-top: 25px}
.promise_tit strong{font-size: 24px;color: #094a98;position: relative;z-index: 2; background-color: #fff}
.promise_tit span{font-size: 24px;color: #ebebeb;text-transform: uppercase;position: absolute;bottom: 15px;margin-left: -40px;z-index: 1;background: #fff;padding-right: 20px}
.promise_tit:after{content: '';height: 1px;width:90%;background: #ebebeb;position: absolute;top: 45px;z-index: 0;right: 0}


.promise_tit .item{text-align: right;position: absolute;right: 0;top: 22px;font-size: 26px;z-index: 3}
.promise_tit .item a{padding: 0 10px; margin: 0 10px;background: #fff;font-size: 15px;}
.promise_tit .item a:last-child{margin-right: 0;padding-right: 0}
.promise_tit .item_1{text-align: right;position: absolute;right: 0;top: 25px;font-size: 26px;background: #fff;padding-left: 30px;z-index: 3}

.promise_tit_c{position: relative;text-align: center;margin: 20px auto;height: 85px;box-sizing: border-box;}
.promise_tit_c strong{font-size: 30px;color: #eb3d00;position: relative;z-index: 1}
.promise_tit_c span{font-size: 24px;color: #ebebeb;text-transform: uppercase;z-index: -1;display: block;margin-top: -20px}


.promise_tit_w{position: relative;text-align: center;margin: 20px auto;background: url(../images/icons/icon_3.png) no-repeat left;height: 85px;box-sizing: border-box;padding-left: 50px;padding-top: 25px;display: inline-block;}
.promise_tit_w strong{font-size: 24px;color: #ffffff;position: relative;z-index: 2; }
.promise_tit_w span{font-size: 24px;color: #1857a3;text-transform: uppercase;position: absolute;bottom: 15px;margin-left: -70px;z-index: 1;width: 300px;}

.promise_tit_e{position: relative;text-align: left;margin: 20px auto;background: url(../images/icons/icon_02.png) no-repeat left;height: 85px;box-sizing: border-box;padding-left: 50px;padding-top: 25px}
.promise_tit_e strong{font-size: 24px;color: #094a98;position: relative;z-index: 2; background-color: #f9f9f9}
.promise_tit_e span{font-size: 24px;color: #ebebeb;text-transform: uppercase;position: absolute;bottom: 15px;margin-left: -40px;z-index: 1;background: #f9f9f9;padding-right: 20px}
.promise_tit_e:after{content: '';height: 1px;width:90%;background: #ebebeb;position: absolute;top: 45px;z-index: 0;right: 0}

/*底部*/
.promise_foot{background: #094a98;  width:100%;color: #fff;overflow: hidden;padding: 30px 0;box-sizing: border-box;}
.promise_foot_c{display: flex;flex-wrap: wrap;justify-content: space-between;}


.promise_foot .list{width: 100%;box-sizing: border-box;text-align: center;border-bottom:1px solid #3268a7;padding-bottom: 30px}
.promise_foot .list_1{width: 100%;box-sizing: border-box;display: flex;flex-wrap: wrap;justify-content: space-around;}

.promise_foot_c dl{position: relative;width: 17%;box-sizing: border-box;text-align: center;text-transform: uppercase;border-right:1px solid #3268a7;padding-top: 30px}
.promise_foot_c dl:last-child{border-right: none;}
.promise_foot_c dl dt a{font-size: 16px; line-height: 3;color: #fff;}
.promise_foot_c dl dd a{font-size: 14px; line-height: 2.5;color: #fff;}

.promise_foot_c dl ul{padding: 0 0 0 40px}
.promise_foot_c dl h2{font-size: 24px;font-weight: normal;line-height: 2;}
.promise_foot_c dl ul li{font-size: 15px;line-height: 300%;position: relative;display: flex;flex-wrap: wrap;justify-content: flex-start;padding-left: 35px;}
.promise_foot_c dl ul li span{display: inline-block;position: relative;top: 0}
.promise_foot_c dl ul .name{background: url(../images/f_ico05.png) 0 8px no-repeat;}
.promise_foot_c dl ul .tel{background: url(../images/foot_icon1.png) 0 8px no-repeat;}
.promise_foot_c dl ul .email{background: url(../images/foot_icon2.png) 0 8px no-repeat;}
.promise_foot_c dl ul .fax{background: url(../images/foot_icon3.png) 0 8px no-repeat;}
.promise_foot_c dl ul .add{background: url(../images/foot_icon4.png) 0 8px no-repeat;}
.promise_foot_c dl ul .web{background: url(../images/home.png) 0 8px no-repeat;}


.promise_bq{ width:100%; color: #b0b0b0; line-height: 300%; text-align: center; font-size:0.875rem;background: #fff}
.promise_bq a{ color: #b0b0b0;display: inline-block;padding-right: 20px }

/*面包削导航*/
.mbx{border-bottom: 1px solid #efefef; line-height: 50px;font-size: 14px;position: relative; box-sizing: border-box;margin-bottom: 20px}
.mbx a{line-height: 50px; color: #666; font-size: 14px;}
.mbx .content{padding-left: 30px;box-sizing: border-box;}
.mbx .content:before{content: ''; background:#094a98;display: inline-block; width: 20px; height: 3px;position: absolute;left:0; top: 24px}

/*内页二级导航*/
.navtow{margin: 20px auto 0;display: flex;}
.navtow li{}
.navtow li a{color: #333;font-size: 16px;padding: 5px 50px; line-height: 40px; display: inline-block; cursor: pointer;margin-right: 5px;border: 1px solid #efefef;box-sizing: border-box;}
.navtow li a:hover{ background:#094a98;color: #fff}
.navtow .on{ background: #094a98; color: #fff }



/* 浮动工具 */
.c-tools {position: fixed;z-index: 9999;text-align: center;right: 0;bottom: 50%;margin-bottom: -144px;}
.c-tools ul li {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;cursor: pointer;position: relative;width: 62px;height: 62px;margin: 1px;background: #eb3d00 url(../images/tools-ico.png) no-repeat;}
.c-tools ul li:hover {background-color: #eb3d00;}
.c-tools ul li span {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;display: none;position: absolute;right: 63px;width: 135px;padding: 0 10px;background: #ff9601;color: #ffffff;}
.c-tools ul li .ewmPic {width: 168px;}
.c-tools ul li .ewmPic img {display: block;margin-top: 10px;padding-bottom: 10px;width: 168px;height: 168px;}
.c-tools ul .tel-ico {background-position: center -22px;}
.c-tools ul .tel-ico span{ height:62px; line-height:62px}
.c-tools ul .ewm-ico {background-position: center 21px;}
.c-tools ul .qq-ico {background-position: center -69px;}
.c-tools ul .top-ico {background-position: center -115px;}


/*下一篇、下一篇*/
.sx {line-height: 30px;overflow: hidden;margin: 15px 0px;padding: 0 0;
}

.sx span {overflow: hidden;height: 30px;display: block;margin: 0 0 10px 0
}

.sx a {color: #201618;
}
